app chooser: Reword a label
authorMatthias Clasen <mclasen@redhat.com>
Mon, 17 Feb 2014 11:55:19 +0000 (06:55 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 17 Feb 2014 11:56:00 +0000 (06:56 -0500)
'Find New Applications' is shorter and less cryptic than 'Find
Applications in Software'.

gtk/resources/ui/gtkappchooserdialog.ui
gtk/resources/ui/gtkappchooserdialog.ui.h

index 13f92d6f33e8492b310bd1f772a79888dace206a..2c1de6ca647baf98ed1bf9bcd34ae54ec79c0f18 100644 (file)
@@ -80,7 +80,7 @@
     <signal name="clicked" handler="show_more_button_clicked_cb" swapped="no"/>
   </object>
   <object class="GtkButton" id="software_button">
-    <property name="label" translatable="yes">_Find Applications in Software </property>
+    <property name="label" translatable="yes">_Find New Applications</property>
     <property name="visible">True</property>
     <property name="use_underline">True</property>
     <property name="can_focus">True</property>
index 8f09c77f316d46a0889aa6471789125ba00bf039..7e67c541cdff158bf0c960fe578f7f4e4b882c09 100644 (file)
@@ -1,4 +1,4 @@
 N_("Select Application");
 N_("label");
 N_("_View All Applications");
-N_("_Find Applications in Software ");
+N_("_Find New Applications");